-
-
Notifications
You must be signed in to change notification settings - Fork 98
pkg: Update react #3555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg: Update react #3555
Conversation
|
|
Size Change: +1.91 kB (+2.45%) Total Size: 79.7 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
| Benchmark suite | Current: 193be21 | Previous: 86cb961 | Ratio |
|---|---|---|---|
normalizeLong |
536 ops/sec (±1.25%) |
532 ops/sec (±0.94%) |
0.99 |
denormalizeLong |
286 ops/sec (±3.06%) |
299 ops/sec (±2.11%) |
1.05 |
denormalizeLong donotcache |
1045 ops/sec (±1.50%) |
1052 ops/sec (±0.33%) |
1.01 |
denormalizeShort donotcache 500x |
1626 ops/sec (±0.22%) |
1635 ops/sec (±0.26%) |
1.01 |
denormalizeShort 500x |
860 ops/sec (±1.71%) |
878 ops/sec (±1.75%) |
1.02 |
denormalizeShort 500x withCache |
6671 ops/sec (±0.10%) |
6325 ops/sec (±0.07%) |
0.95 |
queryShort 500x withCache |
2783 ops/sec (±0.21%) |
2685 ops/sec (±0.21%) |
0.96 |
buildQueryKey All |
55566 ops/sec (±0.32%) |
55819 ops/sec (±0.13%) |
1.00 |
query All withCache |
6814 ops/sec (±0.15%) |
6714 ops/sec (±0.11%) |
0.99 |
denormalizeLong with mixin Entity |
281 ops/sec (±1.97%) |
280 ops/sec (±2.33%) |
1.00 |
denormalizeLong withCache |
6983 ops/sec (±0.15%) |
6982 ops/sec (±0.45%) |
1.00 |
denormalizeLong All withCache |
6470 ops/sec (±0.16%) |
6475 ops/sec (±0.12%) |
1.00 |
denormalizeLong Query-sorted withCache |
6900 ops/sec (±0.22%) |
6873 ops/sec (±0.49%) |
1.00 |
denormalizeLongAndShort withEntityCacheOnly |
1748 ops/sec (±0.26%) |
1785 ops/sec (±0.19%) |
1.02 |
getResponse |
5672 ops/sec (±1.32%) |
5882 ops/sec (±1.64%) |
1.04 |
getResponse (null) |
7170500 ops/sec (±0.94%) |
6795231 ops/sec (±0.59%) |
0.95 |
getResponse (clear cache) |
279 ops/sec (±1.89%) |
275 ops/sec (±2.31%) |
0.99 |
getSmallResponse |
3090 ops/sec (±0.09%) |
3087 ops/sec (±0.54%) |
1.00 |
getSmallInferredResponse |
2397 ops/sec (±0.14%) |
2286 ops/sec (±0.24%) |
0.95 |
getResponse Collection |
5667 ops/sec (±1.11%) |
5562 ops/sec (±1.21%) |
0.98 |
get Collection |
5741 ops/sec (±0.20%) |
5567 ops/sec (±0.93%) |
0.97 |
get Query-sorted |
6611 ops/sec (±0.17%) |
6891 ops/sec (±0.31%) |
1.04 |
setLong |
547 ops/sec (±0.19%) |
536 ops/sec (±0.23%) |
0.98 |
setLongWithMerge |
247 ops/sec (±0.30%) |
244 ops/sec (±0.16%) |
0.99 |
setLongWithSimpleMerge |
262 ops/sec (±0.16%) |
249 ops/sec (±0.74%) |
0.95 |
setSmallResponse 500x |
937 ops/sec (±0.24%) |
950 ops/sec (±0.11%) |
1.01 |
This comment was automatically generated by workflow using github-action-benchmark.
808fc20 to
40065f6
Compare
bf66bb9 to
3a6833d
Compare
cfa3707 to
f8e00d5
Compare
dc988e9 to
354b44c
Compare
b5b5347 to
d28319c
Compare
f3602e3 to
4da35f8
Compare
941f7e5 to
6a57eb2
Compare
fccc9b0 to
7293939
Compare
7293939 to
e7b21f0
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3555 +/- ##
=======================================
Coverage 98.29% 98.29%
=======================================
Files 147 147
Lines 2579 2579
Branches 501 501
=======================================
Hits 2535 2535
Misses 10 10
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
19.1.1->19.2.019.1.1->19.2.00.17.0->0.18.019.1.1->19.2.0Release Notes
facebook/react (react)
v19.2.0Compare Source
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.New React DOM Features
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.prerender,renderToReadableStream) to server-side-rendering APIs for Node.js:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite @sebmarkbage and many others)%oplaceholder (@eps1lon #34198)useDeferredValueloop in popstate event (@acdlite #32821)useDeferredValue(@acdlite #34376)cacheSignal(@sebmarkbage #33557)React DOM
:for IDs generated byuseId(@sebmarkbage, @eps1lon: #32001, #33342#33099, #33422)nonceto be used on hoistable styles (@Andarist #32461)React.useinsideReact.lazy-ed Component (@hi-ogawa #33941)progressiveChunkSizeoption for server-side-rendering APIs (@sebmarkbage #33027)React Server Components
<img>and<link>using hints before they're rendered (@sebmarkbage #34604)filterStackFrame(@eps1lon #33707)React Reconciler
on*handlers to account for upcoming experimental APIsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.